;
; Events text for Exodus 1947 Scenario
; Copyright(c) 1999, Alexandre Ostrowiecki
;
;

@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYWAVEFILE
israel.wav
@ENDIF

@IF
NEGOTIATION
talker=anybody
talkertype=humanorcomputer
listener=anybody
listenertype=humanorcomputer
@THEN
@ENDIF

@IF
TURN
turn=1 
@THEN
TEXT
^David Ben Gurion declares israeli independence.
^People on the street are jubilant!
ENDTEXT
@ENDIF

@IF
TURN
turn=1
@THEN
TEXT
^The governments of Egipt, Jordan, Siria, Iraq and 
^Lebanon declares holy war against the jewish state.
ENDTEXT
@ENDIF

@IF
TURN
turn=2
@THEN
TEXT
^Jewish survivors of the holocaust arrive in Tel Aviv
^They feel rejoiced for beeing in their own nation and wish to
^contribute to the war effort (disband them in a friendly city
^to get a production boost).
endtext
@ENDIF

@IF
TURN
turn=3
@THEN
TEXT
^Caraolos and Dusseldorf camps are full of imigrants desiring
^to go to Israel. Conditions on the camps are bad. Israeli 
^government is comitted to a speedy rescue operation.
endtext
@ENDIF

@IF
TURN
turn=every
@THEN
CreateUnit
owner=israelis
unit=Imigrant
veteran=no
homecity=NONE
locations
2,0
endlocations
@ENDIF

@IF
TURN
turn=every
@THEN
CreateUnit
owner=israelis
unit=Imigrant
veteran=no
homecity=NONE
locations
2,22
endlocations
@ENDIF

@IF
TURN
turn=every
@THEN
CreateUnit
owner=israelis
unit=Imigrant
veteran=no
homecity=NONE
locations
67,197
endlocations
@ENDIF

@IF
UNITKILLED
unit=Beduin
attacker=israelis
defender=anybody
@THEN
TEXT
^Jewish army butchers inocent nomad families. International
^comunity protests and cuts $100 in funds to the jewish state.
ENDTEXT
changemoney
receiver=israelis
amount=-100
@ENDIF 

@IF
TURN
turn=every
@THEN
CreateUnit
owner=barbarians
unit=Beduin
veteran=no
homecity=NONE
locations
46,108
endlocations
@ENDIF

@IF
TURN
turn=every
@THEN
CreateUnit
owner=barbarians
unit=Beduin
veteran=no
homecity=NONE
locations
56,92
endlocations
@ENDIF

@IF
TURN
turn=every
@THEN
CreateUnit
owner=barbarians
unit=Beduin
veteran=no
homecity=NONE
locations
48,78
endlocations
@ENDIF

@IF
CITYTAKEN
CITY=East Jerusalem
ATTACKER=israelis
DEFENDER=anybody
@THEN
TEXT
^The holy city of Jerusalem falls into jewish hands. People
^celebrate on the street and goes to the wailling wall to
^pray.
ENDTEXT
PLAYWAVEFILE
israel.wav
@ENDIF

@IF
CITYTAKEN
CITY=Jaffa
ATTACKER=israelis
DEFENDER=anybody
@THEN
TEXT
^The old arab port of Jaffa was captured by israeli forces.
^The capture was essencial to the security of nearby Tel aviv.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=South Tiberias
ATTACKER=israelis
DEFENDER=anybody
@THEN
TEXT
^South Tiberias was captured by the IDF. Jordanian King Abdullah
^puts local forces on high alarm.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=Uphill Safed
ATTACKER=israelis
DEFENDER=anybody
@THEN
TEXT
^After a daring manouvre, israeli soldiers climb the hills
^of Safed atacking the arab quarter and capturing the city.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=West Jerusalem
ATTACKER=anybody
DEFENDER=israelis
@THEN
TEXT
^After a desperate fight, israeli troops retreat from west 
^jerusalem. Swearing vengeance, they cry as they say goodbye
^to the lost capital.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=Tel Aviv
ATTACKER=anybody
DEFENDER=israelis
@THEN
TEXT
^Tel Aviv, the center of jewish life in Israel, has fallen!
^The new State is in deep peril of extintion.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=Haifa
ATTACKER=anybody
DEFENDER=israelis
@THEN
TEXT
^The great northern port of Haifa was captures by the arab armies.
^The whole position of Israel in its northern half is in danger.
ENDTEXT
@ENDIF

@IF
CITYTAKEN
CITY=Eilat
ATTACKER=anybody
DEFENDER=israelis
@THEN
TEXT
^Eilat is lost! Israel lost to the arabs its only port in 
^the Red Sea and an important source of trade. The government
^loses $500 in uncollected taxes.
ENDTEXT
changemoney
receiver=israelis
amount=-500
@ENDIF

@ENDEVENTS
